home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 38
/
Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso
/
Aminet
/
dev
/
misc
/
TCS.lha
/
TCS
/
examples
/
sources
/
do
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
AmigaDOS Script File
|
2000-06-26
|
302 b
|
17 lines
.key SOU
; SOU = filename (".s" can be omitted) of the source to compile
; (none to compile all)
If "<SOU>" EQ ""
List ~(do|s.tmp) LFORMAT "PhxAss %s TO /bin/" >s.tmp
Execute s.tmp
Delete s.tmp >NIL:
Else
If EXISTS <SOU>
PhxAss <SOU> to /bin/
Else
PhxAss <SOU>.s to /bin/
EndIf
EndIf